• Description

    If a fact market is attached to this transaction, the function will return the tx of that transaction as well as the facts link.

    Author

    @mogulx_operates

    Export

    Returns

    {Promise<{ tx?: string; link?: string }>}

    Parameters

    • tx: string

    Returns Promise<{
        tx?: string;
        link?: string;
    }>